# A tibble: 2 x 2
repetition N.RILs
<chr> <int>
1 blanca 79
2 rosa 79
# A tibble: 2 x 2
repetition plants
<chr> <int>
1 blanca 237
2 rosa 237
No emergence : Number of plants
# A tibble: 2 x 3
sin_emerger n percent_total
<lgl> <int> <dbl>
1 FALSE 437 92.2
2 TRUE 37 7.81
Plants died :
# A tibble: 0 x 6
# … with 6 variables: RIP <chr>, RIL <chr>, repetition <chr>, plant <dbl>,
# emergence <chr>, flower <chr>
# A tibble: 2 x 2
repetition N.RILs
<chr> <int>
1 blanca 102
2 rosa 102
# A tibble: 2 x 2
repetition plants
<chr> <int>
1 blanca 306
2 rosa 306
No emergence : Number of plants
# A tibble: 2 x 3
sin_emerger n percent_total
<lgl> <int> <dbl>
1 FALSE 581 94.9
2 TRUE 31 5.07
Plants died :
# A tibble: 0 x 6
# … with 6 variables: RIP <dbl>, RIL <chr>, repetition <chr>, plant <dbl>,
# emergence <chr>, flower <chr>